Crate guacamole

source ·
Expand description

Guacamole provides a linearly-seekable random number generator. Zipf provides a zipf-distribution sampler.

Re-exports

Modules

Structs

  • Guacamole is a linearly-seekable random number generator. The linearly-seekable property comes from the fact that the seed for the random number generator preserves spacing in the input. Each one unit increase in the seed corresponds to a 64B movement in the output. This allows workloads that are partitionable or discrete with many members to predictably manipulate the output by the input.